home *** CD-ROM | disk | FTP | other *** search
/ 101 Girls of Ralph Screensavers / 101 Girls of Ralph Screensavers.iso / ralph.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-06-26  |  702 b   |  38 lines

  1. BODY {
  2.     font-family : Verdana, Arial, sans-serif ;
  3.     font-size : 11px;
  4.     color: #000000;
  5.     margin: 0px 0px 0px 0px;
  6.     padding: 0px 0px 0px 0px;
  7.     text-align: center;
  8.     background-color: transparent;
  9. }
  10.  
  11. TD, DIV {
  12.     font-family : Verdana, Arial, sans-serif ;
  13.     font-size : 11px;
  14.     color: #000000;
  15.     background-color: transparent;
  16. }
  17.  
  18. A {
  19.     text-decoration: underline;
  20.     color: #000000;
  21. }
  22.  
  23. A:Hover {
  24.     text-decoration: none;
  25.     color: #CC0000 ;
  26. }
  27.  
  28. td.threed {
  29.     padding: 0px 10px 0px 20px;
  30.     background-image: url(iface/3d-main.gif);
  31.     background-repeat : repeat;
  32. }
  33.  
  34. td.welcome {
  35.     padding: 0px 10px 0px 20px;
  36.     background-image: url(iface/3d-main-home.jpg);
  37.     background-repeat : repeat;
  38. }